home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / chrome / comm.jar / content / editor / EdInsertTable.xul < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  10.8 KB  |  235 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.    - The contents of this file are subject to the Netscape Public
  5.    - License Version 1.1 (the "License"); you may not use this file
  6.    - except in compliance with the License. You may obtain a copy of
  7.    - the License at http://www.mozilla.org/NPL/
  8.    -  
  9.    - Software distributed under the License is distributed on an "AS
  10.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  11.    - implied. See the License for the specific language governing
  12.    - rights and limitations under the License.
  13.    -  
  14.    - The Original Code is Mozilla Communicator client code, released
  15.    - March 31, 1998.
  16.    - 
  17.    - The Initial Developer of the Original Code is Netscape
  18.    - Communications Corporation. Portions created by Netscape are
  19.    - Copyright (C) 1998-2000 Netscape Communications Corporation. All
  20.    - Rights Reserved.
  21.    - 
  22.    - Contributor(s): 
  23.   -->
  24.  
  25. <?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
  26. <?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
  27. <?xml-stylesheet href="chrome://editor/skin/EditorInsertTable.css" type="text/css"?>
  28.  
  29. <?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?> 
  30.  
  31. <!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorInsertTable.dtd">
  32.  
  33. <dialog title="&windowTitle.label;"
  34.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  35.     onload = "Startup()"
  36.     ondialogaccept="return onAccept();"
  37.     ondialogcancel="return onCancel();">
  38.  
  39.   <!-- Methods common to all editor dialogs -->
  40.   <script type="application/x-javascript" src="chrome://editor/content/editorUtilities.js"/>
  41.   <script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
  42.   <script type="application/x-javascript" src="chrome://editor/content/EdInsertTable.js"/>
  43.  
  44.   <spacer  id="location" offsetY="50" persist="offsetX offsetY"/>
  45.   <broadcaster id="args" value=""/>
  46.   <tabbox>
  47.     <tabs>
  48.       <tab label="Quickly"/>
  49.       <tab label="Precisely"/>
  50.       <tab label="Cell"/>
  51.     </tabs>
  52.     <tabpanels>
  53.       <vbox flex="1">
  54.         <spacer class="spacer" flex="1"/>
  55.         <grid class="sizeSelector">
  56.           <columns><column flex="1"/><column/><column flex="1"/></columns>
  57.           <rows>
  58.             <row>
  59.               <spacer/>
  60.               <hbox>
  61.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c1" class="selected"/>
  62.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c2" class="selected"/>
  63.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c3"/>
  64.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c4"/>
  65.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c5"/>
  66.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c6"/>
  67.               </hbox>
  68.               <spacer/>
  69.             </row>
  70.             <row>
  71.               <spacer/>
  72.               <hbox>
  73.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c11" class="selected"/>
  74.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c12" class="selected"/>
  75.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c13"/>
  76.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c14"/>
  77.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c15"/>
  78.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c16"/>
  79.               </hbox>
  80.               <spacer/>
  81.             </row>
  82.             <row>
  83.               <spacer/>
  84.               <hbox>
  85.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c21"/>
  86.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c22"/>
  87.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c23"/>
  88.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c24"/>
  89.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c25"/>
  90.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c26"/>
  91.               </hbox>
  92.               <spacer/>
  93.             </row>
  94.             <row>
  95.               <spacer/>
  96.               <hbox>
  97.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c31"/>
  98.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c32"/>
  99.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c33"/>
  100.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c34"/>
  101.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c35"/>
  102.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c36"/>
  103.               </hbox>
  104.               <spacer/>
  105.             </row>
  106.             <row>
  107.               <spacer/>
  108.               <hbox>
  109.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c41"/>
  110.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c42"/>
  111.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c43"/>
  112.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c44"/>
  113.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c45"/>
  114.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c46"/>
  115.               </hbox>
  116.               <spacer/>
  117.             </row>
  118.             <row>
  119.               <spacer/>
  120.               <hbox>
  121.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c51"/>
  122.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c52"/>
  123.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c53"/>
  124.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c54"/>
  125.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c55"/>
  126.                 <label onmouseover="SelectArea(this)" onclick="SelectSize(this)" value=" " id="c56"/>
  127.               </hbox>
  128.               <spacer/>
  129.             </row>
  130.           </rows>
  131.         </grid>
  132.         <hbox align="center">
  133.           <spacer class="spacer" flex="1"/>
  134.           <label id="sizeLabel" value="2 x 2"/>
  135.           <spacer class="spacer" flex="1"/>
  136.         </hbox>
  137.         <spacer class="spacer" flex="1"/>
  138.       </vbox>
  139.       <vbox>
  140.         <groupbox><caption label="&size.label;"/>
  141.           <grid>
  142.             <columns>
  143.               <column flex="1"/>
  144.               <column flex="1"/>
  145.               <column flex="6"/>
  146.             </columns>
  147.             <rows>
  148.               <row align="center">
  149.                 <label control="rowsInput" class="align-right"
  150.                        value="&numRowsEditField.label;"
  151.                        accesskey="&numRowsEditField.accessKey;"/>
  152.                 <textbox value="2" class="narrow" id="rowsInput" oninput="ChangeRowOrColumn(this.id); MakePersistsValue(this)" persist="value"/>
  153.                 <spacer/>
  154.               </row>
  155.               <row align="center">
  156.                 <label control="columnsInput" class="align-right"
  157.                        value="&numColumnsEditField.label;"
  158.                        accesskey="&numColumnsEditField.accessKey;"/>
  159.                 <textbox value="2" class="narrow" id="columnsInput" oninput="ChangeRowOrColumn(this.id); MakePersistsValue(this)" persist="value"/>
  160.                 <spacer/>
  161.               </row>
  162.               <row align="center">
  163.                 <label control="widthInput" class="align-right"
  164.                        value="&widthEditField.label;"
  165.                        accesskey="&widthEditField.accessKey;"/>
  166.                 <textbox value="100" class="narrow" id="widthInput" oninput="forceInteger(this.id); MakePersistsValue(this)" persist="value"/>
  167.                 <menulist value="pc" id="widthPixelOrPercentMenulist" flex="1" persist="value"/>
  168.                   <!-- child elements are appended by JS -->
  169.               </row>
  170.             </rows>
  171.           </grid>
  172.           <spacer class="spacer"/>
  173.         </groupbox>
  174.         <spacer class="spacer"/>
  175.         <hbox align="center">
  176.           <label control="borderInput" class="align-right"
  177.               value="&borderEditField.label;"
  178.               accesskey="&borderEditField.accessKey;"
  179.               tooltiptext="&borderEditField.tooltip;" />
  180.           <textbox value="1" class="narrow" id="borderInput" oninput="forceInteger(this.id); MakePersistsValue(this)" persist="value"/>
  181.           <label id="&pixels.label;"/>  
  182.         </hbox>
  183.       </vbox>
  184.       <grid>
  185.         <columns><column/><column/></columns>
  186.         <rows>
  187.           <row align="center">
  188.             <label value="Horiz. alignment:"/>
  189.             <menulist id="horizAlignment">
  190.               <menupopup>
  191.                 <menuitem label="Unspecified" value=""/>
  192.                 <menuitem label="Left"        value="left"/>
  193.                 <menuitem label="Center"      value="center"/>
  194.                 <menuitem label="Right"       value="right"/>
  195.               </menupopup>
  196.             </menulist>
  197.           </row>
  198.           <row align="center">
  199.             <label value="Vert. alignment:"/>
  200.             <menulist id="vertAlignment">
  201.               <menupopup>
  202.                 <menuitem label="Unspecified" value=""/>
  203.                 <menuitem label="Top"         value="top"/>
  204.                 <menuitem label="Middle"      value="middle"/>
  205.                 <menuitem label="Bottom"      value="bottom"/>
  206.               </menupopup>
  207.             </menulist>
  208.           </row>
  209.           <row align="center">
  210.             <label value="Text wrapping:"/>
  211.             <radiogroup id="textWrapping" orient="horizontal">
  212.               <radio id="wrapRadio"   label="Wrap"       value=""/>
  213.               <radio id="nowrapRadio" label="Don't wrap" value="nowrap"/>
  214.             </radiogroup>
  215.           </row>
  216.           <row align="center">
  217.             <label value="Cellspacing"/>
  218.             <hbox>
  219.               <textbox value="2" class="narrow" id="cellSpacing" oninput="forceInteger(this.id);"/>
  220.             </hbox>
  221.           </row>
  222.           <row align="center">
  223.             <label value="Cellpadding"/>
  224.             <hbox>
  225.               <textbox value="2" class="narrow" id="cellPadding" oninput="forceInteger(this.id);"/>
  226.             </hbox>
  227.           </row>
  228.         </rows>
  229.       </grid>
  230.     </tabpanels>
  231.   </tabbox>
  232.   <!-- from EdDialogOverlay -->
  233.   <vbox id="AdvancedEdit"/>
  234. </dialog>
  235.